-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/25589: Return lastMessageText and lastMessageText when last message is an attachment #26194
Conversation
Reviewer Checklist
Screenshots/VideosWeb26194-web.mp4Mobile Web - Chrome26194-web-mobile-chrome.mp4Mobile Web - Safari26194-web-mobile-safari.mp4Desktop26194-desktop.mp4iOS26194-ios.mp4Android26194-android.mp4 |
Hey @dukenv0307! I can't test your solution because of the error shown in the screen recording below: Screen.Recording.2023-08-30.at.10.44.43.mp4It doesn't look like something related to your PR, but maybe syncing with main would fix it? |
@burczu Just update the PR, please help review the PR again |
@dukenv0307 I still can't type in the search input in the Request Money flow - do you encounter the same issue? It happens on |
@burczu, I just double-checked on the main and this PR, and everything works fine. Can you try to npm i again to see if it can resolve the problem? Screen.Recording.2023-08-30.at.17.00.17.mp4 |
@dukenv0307 Ok, it was something on my end - apologies for confusion! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed and tested - I think we are good to go!
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/flodnv in version: 1.3.60-0 🚀
|
🚀 Deployed to staging by https://github.com/flodnv in version: 1.3.60-0 🚀
|
🚀 Deployed to production by https://github.com/luacmartins in version: 1.3.60-3 🚀
|
@dukenv0307 @burczu |
@rojiphil Does this addition cause another bug? |
@rojiphil Please check the discussion in this issue, we have chosen this proposal - I think it describes the reason. |
@dukenv0307 Not sure of the bug. I just came here in connection with another bug on attachments that I was trying to address. |
Details
Return lastMessageText and lastMessageText when last message is an attachment
Fixed Issues
$ #25589
PROPOSAL: #25589 (comment)
Tests
Offline tests
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Web
Screen.Recording.2023-08-29.at.19.53.42.mp4
Mobile Web - Chrome
chrome.1.mp4
Mobile Web - Safari
safari.mov
Desktop
desktop.mov
iOS
ios.mov
Android
25589.mp4